home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: What's your compiler's answer?
- Date: Fri, 16 Feb 96 19:15:37 GMT
- Organization: none
- Message-ID: <824498137snz@genesis.demon.co.uk>
- References: <1996Feb7.140945.28351@cs.rit.edu> <4fq0cq$h9s@hpbblb.bbn.hp.com> <danpop.824432113@rscernix>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <danpop.824432113@rscernix> danpop@mail.cern.ch "Dan Pop" writes:
-
- >j = i++, i++, i++; /* equivalent to: j = i + 2; i += 3; */
-
- This is equivalent to:
-
- (j = i++), i++, i++;
-
- ...
-
- >If you have any objections to any of these examples, please read the FAQ
- >before expressing them in the newsgroup.
-
- K&R 2 page 53 is better for this case!
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-